Doc fix.
authorJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 04:27:16 +0000 (04:27 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 04:27:16 +0000 (04:27 +0000)
src/keymap.c

index d6b9468cae474b22822a6904a3eea7fc361a47e7..6f3cd35b87284fe476382adcec46e39bb2b3367d 100644 (file)
@@ -75,9 +75,9 @@ Lisp_Object Vfunction_key_map;
 
 Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii;
 
-/* A char over 0200 in a key sequence
-   is equivalent to prefixing with this character.  */
-
+/* A char with the CHAR_META bit set in a vector or the 0200 bit set
+   in a string key sequence is equivalent to prefixing with this
+   character.  */
 extern Lisp_Object meta_prefix_char;
 
 void describe_map_tree ();